home *** CD-ROM | disk | FTP | other *** search
- .KEY DIR/A,ICONS/S,NOENV/S
- .BRA [
- .KET ]
-
- if "[NOENV]" EQ ""
- if exists ENV:MAKEDIR
- set icons `getenv MAKEDIR`
- else
- set icons [ICONS]
- endif
- endif
-
- failat 21
- c:makedir "[DIR]"
- if not warn
- if "$icons" eq "ICONS"
- copy env:sys/def_Drawer.info "[DIR].info"
- endif
- else
- echo "Fehler beim Anlegen des Verzeichnis *"[DIR]*""
- endif
-
- unset >NIL: icons
-